From: Alexandre Franke Date: Thu, 29 Aug 2019 12:50:20 +0000 (+0200) Subject: popover: fix typo in schema string X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~996^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=88b617646a79dd9deb0a676d10c4205aaf64d098;p=gtk4.git popover: fix typo in schema string --- diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c index 031e606c4c..3c211b0874 100644 --- a/gtk/gtkpopover.c +++ b/gtk/gtkpopover.c @@ -1355,7 +1355,7 @@ gtk_popover_class_init (GtkPopoverClass *klass) properties[PROP_AUTOHIDE] = g_param_spec_boolean ("autohide", P_("Autohide"), - P_("Whether to dismiss the popver on outside clicks"), + P_("Whether to dismiss the popover on outside clicks"), TRUE, GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);